home *** CD-ROM | disk | FTP | other *** search
- global memMode
-
- on startMovie
- cursor(200)
- set the keyDownScript to "goHome"
- if memMode = 8 then
- preLoad(1, the lastFrame)
- else
- preLoad(1, "break0")
- end if
- end
-
- on goHome
- go("fade", "home.dir")
- end
-
- on stopMovie
- repeat with count = 1 to 4
- sound stop count
- set the volume of sound count to 255
- end repeat
- end
-